Fix start_time parsing on restart -- it's a float, not an int.
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Thu, 8 Dec 2005 14:28:53 +0000 (14:28 +0000)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Thu, 8 Dec 2005 14:28:53 +0000 (14:28 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomainInfo.py

index bc319b757ef05f36a43c529f0cb37aaa278723b4..074d8812c293a35efccb1cd31094fb15446e3798 100644 (file)
@@ -142,7 +142,7 @@ VM_STORE_ENTRIES = [
     ('vcpu_avail', int),
     ('memory',     int),
     ('maxmem',     int),
-    ('start_time', int),
+    ('start_time', float),
     ]
 
 VM_STORE_ENTRIES += VM_CONFIG_PARAMS